home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / lamneth.zip / LAMNETH.DOC next >
Text File  |  1993-05-26  |  4KB  |  145 lines

  1.             LAMNETH.DOC        - 1 -      LAMNETH.DOC  
  2.  
  3.        1.   General information
  4.  
  5.  
  6.        Lamneth is placed in the Public Domain by the author, subject to the 
  7.  following conditions:
  8.  
  9.        o    No fee may be charged for Lamneth in any way, except for
  10.             an amount of at most $10.00 to cover duplication and 
  11.             material costs. This is PD software, guys! 
  12.    
  13.        o    Lamneth shall be distributed in a single form,
  14.             namely as LAMNETH.ARC, containing the files specified in
  15.             section 2.
  16.  
  17.        o    **DISCLAIMER**
  18.              Lamneth is distributed on an 'as-is' - basis, ie. neither the 
  19.              author or the distributor will accept any liabilities or
  20.              charges due to damage resulting from the use of Lamneth.
  21.              If you want to use it, by all means do so, but don't come
  22.              running to me if things go wrong!
  23.  
  24.  
  25.       2. Contents of LAMNETH.ARC
  26.  
  27.               LAMNETH.DOC           This DOCumentation file
  28.               LAMNETH.EXE           The EXEcutable Lamneth file
  29.  
  30.  
  31.       3. About Lamneth
  32.  
  33.  
  34.       Lamneth was written to fill a particular need - namely to redirect
  35.  the Print Screen interrupt (Int. $05) to print to a disk file instead
  36.  of the printer. Lamneth is a resident program using only about 3Kbytes
  37.  of memory. The program is written in Borland's Turbo Pascal simply
  38.  because that happens to be the language that I'm familiar with. You may
  39.  argue that writing in assembler reduces the size of the code, and
  40.  you're right. Yet there is a good reason why I didn't do it - 
  41.  I don't know assembler well enough, and I didn't have time to learn it.
  42.       Because the thing is coded in a quick-and-dirty manner I have not
  43.  included the source code here - but it's available for request if you
  44.  want it. Contact me at the address below.
  45.  
  46.       Why I named it Lamneth? When I finished the program and got it
  47.  up and running the way it's supposed to, I was listening to a Rush
  48.  record called Caress Of Steel, where one song is called The Fountains
  49.  Of Lamneth ...
  50.    
  51.       4. Requirements
  52.  
  53.       Lamneth has been tested and found to work on the followin piece
  54.  of equipment: 
  55.            Bondwell 38-3 with a 30 meg Fuji running MS-DOS 3.30.
  56.       I should think it works on any 100% compatible clone with enough
  57.  memory to spare.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             LAMNETH.DOC        - 2 -      LAMNETH.DOC  
  74.  
  75.       5. Running Lamneth
  76.  
  77.       Running Lamneth is easy: Just enter LAMNETH <Enter> and the prog-
  78.  ram will install itself in memory. I don't use SideKick or any other
  79.  TSR program, so I don't know wether or not Lamneth can be used in con-
  80.  junction with any other resident utilities - there should be no problem,
  81.  but if there is, please drop me a note and I'll look into it.
  82.  
  83.       Lamneth redirects the PrtSc interrupt (Int. $05) to point to a
  84.  routine that instead of printing characters to the printer dumps them
  85.  into a disk file called SCREEN.DMP. When you press the PrtSc key Lamneth
  86.  checks wether or not there is a SCREEN.DMP file in the current default
  87.  directory. If there is, Lamneth will append the new screen dump to the
  88.  existing file, otherwise a file will be created.
  89.       I've tested Lamneth on both a Herc and a CGA card and it works,
  90.  but **ONLY** on Display Page 1.
  91.  
  92.       **TAKE HEED**
  93.  
  94.       At this time, Lamneth cannot be uninstalled - if you start it,
  95.  you're stuck with it! I'm trying to work out a way to deinstall it,
  96.  but these things tend to take time ....
  97.  
  98.       6. Rounding things up
  99.  
  100.        I hope you will enjoy Lamneth. Comments, suggestions,
  101.   criticism et al are greatly appreciated, and can be directed to:  
  102.  
  103.             /\___/\       Ebbe Jonsson
  104.            / ~ ~ ~ \      Maruddsstrand 17
  105.           / (o) (o) \     SF-00930 HELSINKI FINLAND
  106.           /    `'   \     Tel. +358 0 33 41 05
  107.           \ ( (  (( /     uucp : ...!mcvax!santra!clinet.fi!ebbe
  108.            \ )( ) (/      FidoNet : 504/39 or 515/39
  109.             \-<->-/        Strange Brew Opus : +358 0 33 88 22 V22/24H
  110.  
  111.             *    Don't Panic - it's all in your mind anyway ... *
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.